The H5T_INSERT procedure adds a new member to the end of a compound datatype.
H5T_INSERT, Datatype_id, Name, Field_id
An integer giving the identifier of the compound datatype to modify.
Name of the field to insert.
An integer giving the identifier of the datatype of the field to insert.
None
See the example under H5F_CREATE.
6.2 |
Introduced |